home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 (Alt) / MACD 5.bin / workbench / monitory / asktask / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-22  |  79 b   |  10 lines

  1. /* test.c */
  2. void    main()
  3. {
  4. int     j;
  5.  
  6.     while (1) {
  7.         j++;
  8.     }
  9. }
  10.